xenstore: set READ_THREAD_STACKSIZE to a sane value
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 7 Mar 2014 12:22:58 +0000 (13:22 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 21 Mar 2014 11:25:26 +0000 (11:25 +0000)
commitda6a0e86d6a079102abdd0858a19f1e1fae584fc
tree9debbcb775c879dfd8ec1749226760dd86933ab9
parent952125757787839bad89c8e7f661a962c9f9cbe4
xenstore: set READ_THREAD_STACKSIZE to a sane value

On FreeBSD PTHREAD_STACK_MIN is 2048 by default, which is obviously
too low. Set the default back to the previous value (16 * 1024), or if
that's too low set it to PTHREAD_STACK_MIN.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@citrix.com>
tools/xenstore/xs.c